home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / UTILITY / GEOUTILS.ARJ / BKGD2PCX.ENG < prev    next >
Text File  |  1991-12-05  |  2KB  |  48 lines

  1.                               BKGD2PCX 2.1                      05-DEC-91
  2.                           by Marcus Groeber 1991
  3.                            2:241/5609.1@fidonet
  4.  
  5.            Convert GEOS backgrounds to PCX files and vice versa
  6.  
  7.  
  8. BKGD2PCX is a small utility that can convert the background file included
  9. in the PC/Geos package to PCX files. These can easily be modified using
  10. existing drawing programs. BKGD2PCX can also convert monochrome PCX files
  11. back to GEOS backgrounds. Of course this can also be done by using GeoDraw
  12. to copy the imported file to the clipboard; but usually files converted
  13. with BKGD2PCX are smaller and do not show scaling effects because they are
  14. directly converted to their original size.
  15.  
  16. The file "SWANS.000" (based on a drawing by M.C.Escher, copied from "The
  17. Lightning Press") is good example for a converted background. Another use
  18. for this program might be converting the file GEOWORKS.000 to PCX to get a
  19. nicely drawn version of the GeoWorks logo (you could for example convert
  20. it to a Windows background :-) using Paintbrush).
  21.  
  22. To make a newly created background available, it must be copied into the
  23. \GEOWORKS\SYSTEM\BACKGRND directory.
  24.  
  25. This version can also convert color backgrounds and such that were converted
  26. using GeoDraw. 16 color PCX files can be converted as well. Please note that
  27. due to the internal structure of the background files (which are just slightly
  28. modified GeoDraw files), only plain bitmapped backgrounds can be converted.
  29.  
  30. When importing color PCX files, it is possible that the original colors are
  31. not preserved. This results from GeoWorks not using the color palette inside
  32. the PCX file, instead every picture is forced to the standard system colors.
  33.  
  34.  
  35. Usage: BKGD2PCX [/I] <GEOSfile> <PCXfile.PCX>
  36.        BKGD2PCX [/I] <PCXfile.PCX> <GEOSfile>
  37.  
  38. The PCX file extension _must_ be specified, because the program uses it to
  39. identify which conversion is requested. The GEOS file should follow the
  40. standard naming convetion using the extension "000".
  41.  
  42. The "/I" switch inverts the picture while converting it.
  43.  
  44. The program's messages are kept in German, but this should be no problem
  45. because the only message ever given is a general
  46. "There-is-a-problem"-message that indicates that something unexpected
  47. occured (e.g. unknown file format or file not found).
  48.